home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / Iplog.h < prev    next >
C/C++ Source or Header  |  2004-02-14  |  2KB  |  82 lines

  1. #if !defined(AFX_IPLOG_H__D416CFE1_8966_11D2_A2B1_0000E84E7CA1__INCLUDED_)
  2. #define AFX_IPLOG_H__D416CFE1_8966_11D2_A2B1_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. // iplog.h : header file
  8. //
  9.  
  10. /* basic HTTrack defs */
  11. extern "C" {
  12. #include "htsglobal.h"
  13. }
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // Ciplog dialog
  17.  
  18. class Ciplog : public CDialog
  19. {
  20. // Construction
  21. public:
  22.     Ciplog(CWnd* pParent = NULL);   // standard constructor
  23.   char pathlog[HTS_URLMAXSIZE*2];
  24.   int type_log;
  25.   int type_filter;
  26. private:
  27.   FILE* fp;
  28.   int wait_me;
  29.   int type;
  30.   int filter;
  31.   CString txt;
  32.  
  33. public:
  34. // Dialog Data
  35.     //{{AFX_DATA(Ciplog)
  36.     enum { IDD = IDD_iplog };
  37.     CComboBox    m_ctl_hideinfo;
  38.     CEdit    m_ctl_iplog;
  39.     CString    m_iplog;
  40.     //}}AFX_DATA
  41.  
  42.  
  43. // Overrides
  44.     // ClassWizard generated virtual function overrides
  45.     //{{AFX_VIRTUAL(Ciplog)
  46.     public:
  47.     virtual BOOL DestroyWindow();
  48.     protected:
  49.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  50.     //}}AFX_VIRTUAL
  51.  
  52. // Implementation
  53. protected:
  54.   char* GetTip(int id);
  55.   void OnHelpInfo2();
  56.   //
  57.   UINT timer;
  58.   void StartTimer();
  59.   void StopTimer();
  60.   void AffLogRefresh();
  61.  
  62.     // Generated message map functions
  63.     //{{AFX_MSG(Ciplog)
  64.     afx_msg void OnScroll();
  65.     virtual BOOL OnInitDialog();
  66.     afx_msg void OnDestroy();
  67.     afx_msg void OnSize(UINT nType, int cx, int cy);
  68.     afx_msg BOOL OnHelpInfo(HELPINFO* dummy);
  69.     afx_msg void Onchangelog();
  70.     afx_msg void OnTimer(UINT nIDEvent);
  71.     afx_msg void OnSelchangeHideinfo();
  72.     afx_msg void OnFind();
  73.     //}}AFX_MSG
  74.   afx_msg BOOL OnToolTipNotify( UINT id, NMHDR * pNMHDR, LRESULT * pResult );
  75.     DECLARE_MESSAGE_MAP()
  76. };
  77.  
  78. //{{AFX_INSERT_LOCATION}}
  79. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  80.  
  81. #endif // !defined(AFX_IPLOG_H__D416CFE1_8966_11D2_A2B1_0000E84E7CA1__INCLUDED_)
  82.